Avoid calling g_list_model_get_n_items() all the time
authorTimm Bäder <mail@baedert.org>
Sun, 7 Jun 2020 11:11:33 +0000 (13:11 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 19 Jun 2020 03:26:25 +0000 (05:26 +0200)
commit0b13e68bcaee182d09a8fe5f24e238c3461f1cfe
treeb67ee0f1334beae55c7e905e69969223b76b1f79
parent5dde4c0a394ace2d17c7b443b410230593791aee
Avoid calling g_list_model_get_n_items() all the time

These are used in hot paths, e.g. widget construction.
gtk/gtkshortcutcontroller.c
gtk/gtkwidget.c